exportData() Method |
This method displays a clipboard to which you can copy the data you want to export from the Process Platform application.
Syntax
system.getClipboard().exportData([sFormat], [oData], [sTitle]);
Parameters
Parameter |
Description |
---|---|
sFormat |
Optional. Denotes the format of the data to be added to the clipboard. Text and XML data formats are predefined and are supported by default. |
oData |
Optional. Denotes the data to be saved to the clipboard. You can specify optional data as input for this method. If no data is specified, the current system-clipboard data is taken as the default input. |
sTitle |
Optional. Denotes the title to be displayed for the exportData dialog. The default title is Clipboard. |
Return Value
Returns no value.
Example
system.getClipboard().exportData();